-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[core] Add test for create directory recursive util #32336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[core] Add test for create directory recursive util #32336
Conversation
Signed-off-by: Raasz, Pawel <[email protected]>
Signed-off-by: Raasz, Pawel <[email protected]>
5fb86df
to
9cc5f50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but what reason to create this PR? Just to improve coverage, or we had bug in create_directory_recursive?
Signed-off-by: Raasz, Pawel <[email protected]>
The PR description will be updated with explanation.
|
Signed-off-by: Raasz, Pawel <[email protected]>
Signed-off-by: Raasz, Pawel <[email protected]>
Signed-off-by: Raasz, Pawel <[email protected]>
Details:
ov::util::create_directory_recursive
instead of test in GPU specific case only.ov::util::make_path
as helper to create std::filesystem::path and hide platform specific conversion issues when converting input string to path native format.Tickets: